home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / AdvaPropMenuExtension2-0 / APROPS_V2.EXE / ADVPROPS.INF < prev    next >
Windows Setup INFormation  |  2000-10-30  |  4KB  |  147 lines

  1. ; Application: Advanced Properties
  2. ; Version    : 0.5
  3. ; Author     : Andrew D. Smith/ Solutions.nu
  4. ; Copyright  : © 2000 by Andrew D. Smith/Solutions.nu
  5. ; Created by : INF-Tool Setup Program and INF File Generator
  6. ;              from http://Inner-Smile.com
  7. ; Licence of : Andrew D Smith, 13459 Sharon Springs, NY, USA 
  8. ; ---------------------------------------------------------------------------
  9.  
  10. [Version]
  11. Signature=$Chicago$
  12. Provider=%Author%
  13. SetupClass=BASE
  14. Compatible=1
  15. AdvancedINF=2.5,"You need a newer version of ADVPACK.DLL!"
  16. Generator=INF-Tool v6.2c/pro
  17.  
  18. [Optional Components]
  19. INFTool_1
  20.  
  21. [Optional Components.ntx86]
  22. INFTool_1.ntx86
  23.  
  24. [AdvSetup]
  25. HKLM,%RunOnce%Setup,"Advanced Properties...",,"RunDll32.exe "%01%"\advpack.dll,LaunchINFSection ADVPROPS.INF,DefaultInstall2"
  26. [AdvSetup.ntx86]
  27. HKLM,%RunOnce%Setup,"Advanced Properties...",,"RunDll32.exe advpack.dll,LaunchINFSection ADVPROPS.INF,DefaultInstall2.ntx86"
  28.  
  29. [Strings]
  30. Product="Advanced Properties"
  31. Version="0.5"
  32. Author="Andrew D. Smith/ Solutions.nu"
  33. Copyright="© 2000 by Andrew D. Smith/Solutions.nu"
  34. DiskName="Advanced Properties, Setup Disk #1"
  35. Uninstall="Software\Microsoft\Windows\CurrentVersion\Uninstall\"
  36. Runonce="SOFTWARE\Microsoft\Windows\CurrentVersion\Runonce\"
  37. Setup="SOFTWARE\Microsoft\Windows\CurrentVersion\Setup"
  38.  
  39. [INFTool.Add.Reg.95]
  40. HKCU,"Software\Microsoft\Internet Explorer\MenuExt\Advanced Properties","",0,"http://www.unixmage.com/util/advprop.php3"
  41. HKCU,"Software\Microsoft\Internet Explorer\MenuExt\Advanced Properties","Context",65537,00000001
  42. HKCU,"Software\Microsoft\Internet Explorer\MenuExt\Advanced Properties","Flags",65537,00000001
  43. HKLM,%Uninstall%%Product%
  44. HKLM,%Uninstall%%Product%,"DisplayName",,"%Product%"
  45. HKLM,%Uninstall%%Product%,UninstallString,,"RunDll32 advpack.dll,LaunchINFSection %17%\ADVPROPS.INF, DefaultUninstall"
  46.  
  47. [INFTool.Add.Reg.ntx86]
  48. HKCU,"Software\Microsoft\Internet Explorer\MenuExt\Advanced Properties","",0,"http://www.unixmage.com/util/advprop.php3"
  49. HKCU,"Software\Microsoft\Internet Explorer\MenuExt\Advanced Properties","Context",65537,00000001
  50. HKCU,"Software\Microsoft\Internet Explorer\MenuExt\Advanced Properties","Flags",65537,00000001
  51. HKLM,%Uninstall%%Product%
  52. HKLM,%Uninstall%%Product%,"DisplayName",,"%Product%"
  53. HKLM,%Uninstall%%Product%,UninstallString,,"RunDll32 advpack.dll,LaunchINFSection %17%\ADVPROPS.INF, DefaultUninstall.ntx86"
  54.  
  55. [INFTool.AddINI]
  56. win.ini,Desktop,Wallpaper,HKLM,%Setup%,2
  57. win.ini,Desktop,TileWallpaper,HKLM,%Setup%,2
  58.  
  59. [SourceDisksNames]
  60. 1=%DiskName%,,0
  61.  
  62. [SourceDisksFiles]
  63. AdvPack.DLL=1
  64. W95Inf16.DLL=1
  65. W95Inf32.DLL=1
  66.  
  67. [AdvPack]
  68. AdvPack.DLL,,,16
  69. W95Inf16.DLL,,,16
  70. W95Inf32.DLL,,,16
  71.  
  72. [Add.Inf]
  73. ADVPROPS.INF
  74.  
  75. [DestinationDirs]
  76. AdvPack=11
  77. Add.Inf=17
  78.  
  79. [RemoveDirs]
  80.  
  81. [DefaultInstall]
  82. Ini2Reg=INFTool.AddINI
  83. AddReg=AdvSetup
  84.  
  85. [DefaultInstallX]
  86. [DefaultInstall2]
  87. AddReg=INFTool.Add.Reg.95
  88. Copyfiles=AdvPack,Add.Inf
  89. BeginPrompt=InstallBegin
  90. EndPrompt=InstallComplete
  91. Uninstall=DefaultUninstall
  92.  
  93. [DefaultInstall.ntx86]
  94. AddReg=AdvSetup.ntx86
  95.  
  96. [DefaultInstall2.ntx86]
  97. AddReg=INFTool.Add.Reg.ntx86
  98. Copyfiles=AdvPack,Add.Inf
  99. BeginPrompt=InstallBegin
  100. EndPrompt=InstallComplete
  101. Uninstall=DefaultUninstall.ntx86
  102.  
  103. [INFTool_1]
  104. OptionDesc=%Product%
  105. Tip=%info%
  106. InstallType=0
  107. IconIndex=22
  108. AddReg=AdvSetup
  109.  
  110. [INFTool_1.ntx86]
  111. OptionDesc=%Product%
  112. Tip=%info%
  113. InstallType=0
  114. IconIndex=22
  115. AddReg=AdvSetup.ntx86
  116.  
  117. [InstallBegin]
  118. Title="Advanced Properties"
  119.  
  120. [InstallComplete]
  121. Prompt="You need to exit any open copies of Internet Explorer and reenter them to see Advanced Properties work. Once you are on an open web page right click in any blank area and select "Advanced Properties" to view the advanced properties of the web page."
  122. Title="Advanced Properties"
  123.  
  124. [DefaultUninstall]
  125. BeginPrompt=BeginUPromptSection
  126. EndPrompt=EndUPromptSection
  127. DelReg=INFTool.Add.Reg.95
  128. DelFiles=
  129. DelDirs=RemoveDirs
  130. Cleanup=1
  131.  
  132. [DefaultUninstall.ntx86]
  133. BeginPrompt=BeginUPromptSection
  134. EndPrompt=EndUPromptSection
  135. DelReg=INFTool.Add.Reg.ntx86
  136. DelFiles=
  137. DelDirs=RemoveDirs
  138. Cleanup=1
  139.  
  140. [BeginUPromptSection]
  141. Prompt="Are you sure you want to remove Advanced Properties?"
  142. ButtonType=YESNO
  143. Title=%Product% Uninstall
  144.  
  145. [EndUPromptSection]
  146. Prompt="Advanced Properties was successfully removed from your computer."
  147.